A text with some critical questions and hypothesis.
Some calcul and plot
Code
1+1
[1] 2
Code
plot(c(1:10),c(1:10))
A precise and straightforward conclusion
Source Code
---title: "Home"subtitle: ""author: Adrien Taudièredate: last-modified# bibliography: bibliography.bib# link-citations: true---# Welcome on this project website:::{.question} A text with some critical questions and hypothesis.:::## Some calcul and plot```{r}1+1``````{r}plot(c(1:10),c(1:10))```:::{.conclusion}A precise and straightforward conclusion:::